<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media only screen and (min-width: 320px) {
  html {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 360px) {
  html {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 420px) {
  html {
    font-size: 16.5px !important;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 20px !important;
  }
}
</pre></body></html>